home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Business / Household Shopper / Household Shopper.rsrc / TEXT_999_HelpTEXT.txt < prev    next >
Encoding:
Text File  |  1988-04-14  |  6.0 KB  |  124 lines

  1. Household Shopper (ver. 1.23)
  2. ---------------------------
  3.  
  4. by Charles R. Vass, 15 Apr 88.
  5.  
  6. Developed and written in ‚ÄúLightSpeed Pascal.‚Äù
  7. Certain portions by THINK Technologies, Inc.
  8. Portions created using PROGRAMMER‚Äôs EXTENDER‚Ñ¢ by Invention Software.
  9.  
  10. Source Code available upon request.
  11.  
  12.     Household Shopper (HHS) was written to help make managing shopping lists easier and more efficient.  In its current form it can handle up to forty (40) separate categories with each category containing forty items.  Though it could easily handle more categories I can‚Äôt imagine a household needing to manage a shopping list of over 1,600 items.  If you need to manage a list that big contact me and I‚Äôll customize one just for you.
  13.  
  14.     The present features of HHS are by no means final.  I have tried to include all those features I thought a shopper would want.  I‚Äôm not infallible.  There may be a list management feature that I haven‚Äôt thought of that should be included.  If sufficient demand is made for a new feature I will add it.  So please give me feedback on HHS.
  15.  
  16. Version 1.1 enhancements:
  17.    ‚Ä¢ faster and smother screen updating
  18.    ‚Ä¢ corrects two error conditions
  19.    ‚Ä¢ adds screen buttons to go to the ‚ÄúNext‚Äù or ‚ÄúPrevious‚Äù category
  20.    ‚Ä¢ fixes a printing glich
  21.    ‚Ä¢ added is a ‚ÄúWindows‚Äù menu
  22.    ‚Ä¢ a ‚ÄúGo Away‚Äù box added to the window
  23.         ‚Ä¢‚Ä¢¬†this doesn‚Äôt close the file, it just hides the window
  24.  
  25. Version 1.12 enhancements:
  26.    ‚Ä¢ ‚ÄúNew‚Äù now works porperly.
  27.    ‚Ä¢ if an Item‚Äôs ‚ÄúName‚Äù field is empty the ‚ÄúTo Buy‚Äù button is hidden
  28.  
  29. Version 1.22 enhancements:
  30.    ‚Ä¢ corrects more error conditions
  31.    ‚Ä¢ the ‚ÄúPrint Everything‚Äù routine is now 100%
  32.    ‚Ä¢ added the ability to quit without saving
  33.    ‚Ä¢ adds a new menu:  ‚ÄúTools‚Äù
  34.    ‚Ä¢ reorganized menus under ‚ÄúEdit‚Äù
  35.    ‚Ä¢ added the ability to copy and paste a whole category
  36.    ‚Ä¢ added the ability to copy and paste a whole item
  37.    ‚Ä¢ added a warning to the user if a category name is duplicated
  38.         ‚Ä¢‚Ä¢  user can then change it or leave it as a duplicate
  39.    ‚Ä¢ added Shift‚ÄìTAB for tabbing right to left (opposite of TAB)
  40.    ‚Ä¢ added Option‚ÄìTAB for tabbing upward (opposite of Command‚ÄìTAB)
  41.    ‚Ä¢ clicking the ‚ÄúGo Away‚Äù box now closes the file
  42.    ‚Ä¢ added some nice Zomm effects
  43.  
  44. Version 1.23 enhancements:
  45.    ‚Ä¢ corrects more error conditions
  46.    ‚Ä¢ added the ability to ‚ÄúSelect‚Äù an item from the keyboard (Cmd ‚Äì +).
  47.    ‚Ä¢ added the ability to ‚ÄúUnselect‚Äù an item from the keyboard (Cmd ‚Äì -).
  48.    ‚Ä¢ User can now select between clearing coupons in either the current 
  49.      or all categories.
  50.  
  51.     HHS was created on a 512KE running system 3.2 and finder 5.3.  I have not been able to test it on an SE or Mac II.  If it has problems on one of these models please let me know and I‚Äôll try to figure out how to fix it.  Hopefully, HHS is MultiFinder compatible with version 1.23.  I can‚Äôt run MultiFinder so I‚Äôve added code that‚Äôs suppose to work and am going on blind faith.  If it isn‚Äôt, please bear with me, I should have it right by version 2.0.
  52.  
  53. Feature review:
  54. --------------
  55.  
  56. ‚Ä¢  Maximum file size is 40 categories.
  57.  
  58. ‚Ä¢  A category size is 40 items:
  59.  
  60. ‚Ä¢  An item consists of:
  61.    ‚Ä¢‚Ä¢ Need to buy button.
  62.    ‚Ä¢‚Ä¢ Name (25 Characters max.).
  63.    ‚Ä¢‚Ä¢ Brand (12 Characters max.).
  64.    ‚Ä¢‚Ä¢ Quantity/Size (12 Characters max.).
  65.    ‚Ä¢‚Ä¢ I have a coupon check box.
  66.  
  67. ‚Ä¢  File Menu
  68.    ‚Ä¢‚Ä¢  ‚ÄúNew‚Äù
  69.    ‚Ä¢‚Ä¢  ‚ÄúOpen‚Äù
  70.    ‚Ä¢‚Ä¢  ‚ÄúClose‚Äù
  71.    ‚Ä¢‚Ä¢  ‚ÄúSave‚Äù
  72.    ‚Ä¢‚Ä¢  ‚ÄúSave as‚Ķ‚Äù
  73.    ‚Ä¢‚Ä¢  ‚ÄúPrint a shopping list‚Ķ‚Äù (Prints a list of the selected items.)
  74.    ‚Ä¢‚Ä¢  ‚ÄúPrint everything‚Ķ‚Äù (Prints the entire database.)
  75.    ‚Ä¢‚Ä¢  -----------------------------------------
  76.    ‚Ä¢‚Ä¢  ‚ÄúQuit‚Äù (Automatically saves when seleted.)
  77.    ‚Ä¢‚Ä¢  ‚ÄúQuit without saving‚Äù
  78.  
  79. ‚Ä¢  Edit Menu
  80.    ‚Ä¢‚Ä¢  ‚ÄúCut‚Äù
  81.    ‚Ä¢‚Ä¢  ‚ÄúCopy‚Äù
  82.    ‚Ä¢‚Ä¢  ‚ÄúPaste‚Äù
  83.    ‚Ä¢‚Ä¢  -----------------------------------------
  84.    ‚Ä¢‚Ä¢  ‚ÄúCopy whole item‚Äù
  85.    ‚Ä¢‚Ä¢  ‚ÄúPaste item‚Äù
  86.    ‚Ä¢‚Ä¢  ‚ÄúCopy the category‚Äù
  87.    ‚Ä¢‚Ä¢  ‚ÄúPaste category‚Äù
  88.    ‚Ä¢‚Ä¢  -----------------------------------------
  89.    ‚Ä¢‚Ä¢  ‚ÄúDelete items‚Ķ‚Äù (Delete one or more items from a category.)
  90.    ‚Ä¢‚Ä¢  ‚ÄúDelete this category‚Äù
  91.  
  92. ‚Ä¢  Tools Menu
  93.    ‚Ä¢‚Ä¢  ‚ÄúAdd a new category‚Ķ‚Äù
  94.    ‚Ä¢‚Ä¢  ‚ÄúChange this category‚Äôs name‚Ķ‚Äù
  95.    ‚Ä¢‚Ä¢  ‚ÄúSort this category‚Äù  (Items sorted alphabetically by name.)
  96.    ‚Ä¢‚Ä¢  -----------------------------------------
  97.    ‚Ä¢‚Ä¢  ‚ÄúClear all selections‚Äù (ALL selected items unselected.)
  98.    ‚Ä¢‚Ä¢  ‚ÄúClear coupons in this category‚Äù
  99.    ‚Ä¢‚Ä¢  ‚ÄúClear all coupons‚Äù
  100.    ‚Ä¢‚Ä¢  ‚ÄúScrunch items‚Äù (Blanks separating items removed.)
  101.  
  102. ‚Ä¢  Windows Menu
  103.    ‚Ä¢‚Ä¢  ‚ÄúPage 1‚Äù
  104.    ‚Ä¢‚Ä¢  ‚ÄúPage 2‚Äù
  105.    ‚Ä¢‚Ä¢  ‚ÄúPage 3‚Äù
  106.    ‚Ä¢‚Ä¢  ‚ÄúPage 4‚Äù
  107.  
  108. ‚Ä¢  Keyboard shortcut:
  109.    ‚Ä¢‚Ä¢  All command key equivilants are marked in the menus except six.
  110.            TAB ‚Äî move to the next edit field to the right.
  111.            Shift-TAB ‚Äî move to the next edit field to the left.
  112.            Command-TAB ‚Äî move to the edit field below.
  113.            Opton-TAB ‚Äî move to the edit field above.
  114.            Command-‚Äú<‚Äù ‚Äî same as clicking the ‚ÄúPrev‚Äù button.
  115.            Command-‚Äú>‚Äù ‚Äî same as clicking the ‚ÄúNext‚Äù button.
  116.            Command-‚Äú+‚Äù ‚Äî same as ‚Äúselecting‚Äù the ‚ÄúToBuy‚Äù button on the current item.
  117.                                  The ToBuy button is turned ON and the next item becomes
  118.                                  the current item, even if it‚Äôs on the next page.
  119.            Command-‚Äú-‚Äù ‚Äî same as ‚Äúunselecting‚Äù the ‚ÄúToBuy‚Äù button on the current item.
  120.                                  The ToBuy button is turned OFF and the next item becomes
  121.                                  the current item, even if it‚Äôs on the next page.
  122.                                  Also Command-‚ÄúClear‚Äù on the Mac+ and the KeyPad.
  123.  
  124.    ‚Ä¢‚Ä¢  This help screen can be navigated with the arrow keys and the < and > keys.  Use of the Command key in combo with these will scroll the screen a page at a time instead of a line at a time.